home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / WinRescue / WinRescue 2000 2.08.25 / wnrsq2kz.exe / Rescue2K.exe / 0 / RCDATA / TFORM7 / TFORM7.txt
Text File  |  2004-07-30  |  2KB  |  106 lines

  1. object Form7: TForm7
  2.   Left = 165
  3.   Top = 126
  4.   HelpContext = 9
  5.   BorderStyle = bsDialog
  6.   Caption = 'Download Upgraded Regedit'
  7.   ClientHeight = 173
  8.   ClientWidth = 329
  9.   Color = clInfoBk
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 313
  23.     Height = 33
  24.     AutoSize = False
  25.     Caption = 
  26.       '   Earlier Versions of Windows95 have a bug in them that causes ' +
  27.       'an error when compacting.  To fix this bug follow these steps:'
  28.     WordWrap = True
  29.   end
  30.   object Label2: TLabel
  31.     Left = 16
  32.     Top = 40
  33.     Width = 228
  34.     Height = 17
  35.     AutoSize = False
  36.     Caption = '1.  Download a newer version of regedit.exe.'
  37.     WordWrap = True
  38.   end
  39.   object Label5: TLabel
  40.     Left = 16
  41.     Top = 116
  42.     Width = 217
  43.     Height = 17
  44.     AutoSize = False
  45.     Caption = '2.  Find where you put reg.zip and extract it.'
  46.     FocusControl = Button3
  47.     WordWrap = True
  48.   end
  49.   object Label6: TLabel
  50.     Left = 32
  51.     Top = 68
  52.     Width = 265
  53.     Height = 45
  54.     Alignment = taCenter
  55.     AutoSize = False
  56.     Caption = 
  57.       'The upgraded Regedit is at http://www.users.dircon.co.uk/%7Eflib' +
  58.       'ble/reg/reg.zip.  Clicking on the Download button will go there.'
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clMaroon
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.     WordWrap = True
  66.   end
  67.   object Button1: TButton
  68.     Left = 240
  69.     Top = 37
  70.     Width = 73
  71.     Height = 20
  72.     Hint = 
  73.       'Downloads regedit.exe.  If this doesn'#39't work, look at www.micros' +
  74.       'oft.com.'
  75.     Caption = '&Download'
  76.     ParentShowHint = False
  77.     ShowHint = True
  78.     TabOrder = 0
  79.     OnClick = Button1Click
  80.   end
  81.   object Button3: TButton
  82.     Left = 240
  83.     Top = 112
  84.     Width = 73
  85.     Height = 20
  86.     Hint = 'Where is the regedit file you downloaded?'
  87.     Caption = '&Browse'
  88.     ParentShowHint = False
  89.     ShowHint = True
  90.     TabOrder = 1
  91.     OnClick = Button3Click
  92.   end
  93.   object Button5: TButton
  94.     Left = 256
  95.     Top = 144
  96.     Width = 57
  97.     Height = 20
  98.     Hint = 'Click here to get rid of this window.'
  99.     Caption = 'O K'
  100.     ModalResult = 1
  101.     ParentShowHint = False
  102.     ShowHint = True
  103.     TabOrder = 2
  104.   end
  105. end
  106.